020 - Log Inequality(★3)
$ a<c^b
を判定すればよい
C++標準ライブラリのpowは中身が浮動小数点なので誤差死する
https://atcoder.jp/contests/typical90/submissions/59138474